|
|
"shapes.inc" defines a cylinder of infinite length that runs along the
X axis as:
#declare Cylinder_X =
quadric
{<0, 1, 1>,
<0, 0, 0>,
<0, 0, 0>, -1
}
Is there some similar way to generate an infinite 2D array of these
cylinders along with some way to either control their spacing or
diameter?
Ouroborus
Post a reply to this message
|
|